'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of Byte) _ )
'Usage
Dim collection As IEnumerable(Of Byte) Dim instance As New ByteCollection(collection)
public ByteCollection( IEnumerable<byte> collection )
public: ByteCollection( IEnumerable<byte>^ collection )
Parameters
- collection
- A collection of System.Byte values to populate this collection with